-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 2.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "figma-workflows",
"version": "0.1.1",
"scripts": {
"build:tailwind": "tailwindcss build src/app/styles/tailwind.css -o src/app/styles/tailwind.output.css",
"prestart": "npm run build:tailwind",
"prebuild": "npm run build:tailwind",
"build": "webpack --mode=production",
"start": "webpack --mode=development --watch",
"build:watch": "webpack --mode=production --watch",
"figma:watch": "modd"
},
"dependencies": {
"@codemirror/lang-javascript": "^0.19.2",
"@heroicons/react": "^1.0.4",
"@uiw/react-codemirror": "^4.1.0",
"axios": "^0.24.0",
"formik": "^2.2.9",
"lodash": "^4.17.20",
"nanoid": "^3.1.22",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-sortablejs": "^6.0.0",
"rete": "^1.4.5-rc.1",
"rete-connection-plugin": "^0.9.0",
"rete-task-plugin": "^0.3.0",
"sortablejs": "^1.14.0",
"tailwindcss": "^2.2.7"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/preset-react": "^7.12.10",
"@figma/plugin-typings": "^1.19.3",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"autoprefixer": "^10.2.3",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^1.2.0",
"dotenv-webpack": "^6.0.2",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^1.3.4",
"postcss": "^8.2.4",
"prettier": "^2.2.0",
"prettier-standard": "^16.4.1",
"standard": "^14.3.4",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.6"
}
}