-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.74 KB
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": "optiveloper2.0",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "gulp dev",
"now-build": "next build ./src",
"build": "next build ./src",
"start": "next start ./src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"directories": {
"source": "./src"
},
"author": "CSKingMartin",
"license": "ISC",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-mdx": "^1.2.0",
"babel-eslint": "^10.0.2",
"copy-webpack-plugin": "^5.0.2",
"cssnano": "^4.1.10",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"fancy-log": "^1.3.3",
"fs": "^0.0.1-security",
"gulp": "^4.0.0",
"gulp-clean": "^0.4.0",
"gulp-print": "^5.0.2",
"gulp-rename": "^1.4.0",
"gulp-run-command": "^0.0.9",
"gulp-svg-sprites": "^4.1.2",
"map-stream": "^0.0.7",
"next": "^8.1.1-canary.37",
"packpath": "^0.1.0",
"postcss-css-variables": "^0.12.0",
"postcss-custom-media": "^7.0.8",
"postcss-easy-import": "^3.0.0",
"postcss-extend": "^1.0.5",
"postcss-nested": "^4.1.2",
"postcss-preset-env": "^6.6.0",
"pretty": "^2.0.0",
"prism": "^4.1.2",
"prismjs": "^1.16.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-draggable": "^3.3.0",
"react-element-to-jsx-string": "^14.0.2",
"react-frame-component": "^4.1.0",
"react-loadable": "^5.5.0",
"react-resize-detector": "^4.1.3",
"react-stateful-context": "^1.1.1",
"resize-observer-polyfill": "^1.5.1",
"svg-inline-loader": "^0.8.0",
"url-loader": "^2.0.0"
}
}